home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / upc12bs1.zip / UUCICO / dcptpkt.h < prev    next >
C/C++ Source or Header  |  1993-09-20  |  2KB  |  52 lines

  1. #ifndef _DCPTPKT_H
  2. #define _DCPTPKT_H
  3.  
  4. /*--------------------------------------------------------------------*/
  5. /*       d c p t p k t . h                                            */
  6. /*                                                                    */
  7. /*       "t" protocol packet driver for dcp (UUPC/extended data       */
  8. /*       communications)                                              */
  9. /*--------------------------------------------------------------------*/
  10.  
  11. /*--------------------------------------------------------------------*/
  12. /*       Changes Copyright (c) 1989-1993 by Kendra Electronic         */
  13. /*       Wonderworks.                                                 */
  14. /*                                                                    */
  15. /*       All rights reserved except those explicitly granted by       */
  16. /*       the UUPC/extended license agreement.                         */
  17. /*--------------------------------------------------------------------*/
  18.  
  19. /*--------------------------------------------------------------------*/
  20. /*                          RCS Information                           */
  21. /*--------------------------------------------------------------------*/
  22.  
  23.  /*
  24.   *      $Id: dcptpkt.h 1.1 1993/09/18 19:47:42 ahd Exp $
  25.   *
  26.   *      $Log: dcptpkt.h $
  27.  * Revision 1.1  1993/09/18  19:47:42  ahd
  28.  * Initial revision
  29.  *
  30.  * Revision 1.1  1993/09/18  19:47:42  ahd
  31.  * Initial revision
  32.  *
  33.   */
  34.  
  35. short  topenpk(const boolean master);
  36.  
  37. short  tclosepk(void);
  38.  
  39. short  tgetpkt(char  *data,short  *len);
  40.  
  41. short  tsendpkt(char  *data,short  len);
  42.  
  43. short  twrmsg(char *str);
  44.  
  45. short  trdmsg(char *str);
  46.  
  47. short  teofpkt( void );
  48.  
  49. short  tfilepkt( void );
  50.  
  51. #endif
  52.